home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 / Vol 132.iso / games / nameless.swf / scripts / DefineButton2_129 / BUTTONCONDACTION on(release).as
Text File  |  2011-06-09  |  78b  |  5 lines

  1. on(release){
  2.    _root.cont -= 1;
  3.    _root.gotoAndStop(_root.contLevel);
  4. }
  5.